home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5
/
MACD 5.bin
/
workbench
/
boot
/
czesc_2
/
snap
/
proto
/
minrexx.h
< prev
next >
Wrap
Text File
|
1995-09-04
|
638b
|
26 lines
long upRexxPort( char *s, struct rexxCommandList *rcl, char *exten, int (*uf) ());
void dnRexxPort( void);
void dispRexxPort( void);
void replyRexxCmd(
/*
* The first parameter is the message we are replying to.
*/
register struct RexxMsg *msg,
/*
* The next two parameters are the primary and secondary return
* codes.
*/
register long primary,
register long secondary,
/*
* The final parameter is a return string. This string is only
* returned if the primary return code is 0, and a string was
* requested.
*
* We also note that we have replied to the message that came in.
*/
register char *string);